x86/pt: split out HVM functions from vtd.c
authorWei Liu <wei.liu2@citrix.com>
Sun, 26 Aug 2018 12:19:43 +0000 (13:19 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 30 Aug 2018 07:34:29 +0000 (08:34 +0100)
commitaed19fb5370df48527fba82c88c6b7411776283a
tree6b7c3214e166ad298aaf3cb911f605d2ba696126
parent54ab98a715e406e01df8ec7680052e824f8e354e
x86/pt: split out HVM functions from vtd.c

Functions are moved to hvm.c. Reorder makefile items while at it.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/x86/Makefile
xen/drivers/passthrough/vtd/x86/hvm.c [new file with mode: 0644]
xen/drivers/passthrough/vtd/x86/vtd.c